{Release} Upgrade to Azure CLI 2.75.0#31698
Merged
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
jiasli
reviewed
Jun 24, 2025
jiasli
reviewed
Jun 24, 2025
jiasli
reviewed
Jun 24, 2025
yanzhudd
reviewed
Jun 24, 2025
kairu-ms
reviewed
Jun 24, 2025
yanzhudd
reviewed
Jun 24, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Azure CLI version from 2.74.0 to 2.75.0 and updates the corresponding version references in configuration files and documentation.
- Updated version in setup.py files for both azure-cli and azure-cli-core.
- Updated version requirements in platform-specific requirements.txt files.
- Revised HISTORY.rst files to include release notes and recent CVE fixes.
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Updated version string to 2.75.0 |
| src/azure-cli/requirements.py3.windows.txt | Updated azure-cli and azure-cli-core versions |
| src/azure-cli/requirements.py3.Linux.txt | Updated azure-cli and azure-cli-core versions |
| src/azure-cli/requirements.py3.Darwin.txt | Updated azure-cli and azure-cli-core versions |
| src/azure-cli/azure/cli/main.py | Updated version string to 2.75.0 |
| src/azure-cli/HISTORY.rst | Added release notes for version 2.75.0 |
| src/azure-cli-core/setup.py | Updated version string to 2.75.0 |
| src/azure-cli-core/azure/cli/core/init.py | Updated version string to 2.75.0 |
| src/azure-cli-core/HISTORY.rst | Added release notes including recent CVE resolutions |
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com>
Co-authored-by: Yan Zhu <105691024+yanzhudd@users.noreply.github.com>
kairu-ms
previously approved these changes
Jun 24, 2025
evelyn-ys
previously approved these changes
Jun 24, 2025
jiasli
previously approved these changes
Jun 24, 2025
zhoxing-ms
reviewed
Jun 24, 2025
necusjz
previously approved these changes
Jun 24, 2025
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
evelyn-ys
previously approved these changes
Jun 24, 2025
necusjz
previously approved these changes
Jun 24, 2025
zhoxing-ms
reviewed
Jun 24, 2025
yanzhudd
previously approved these changes
Jun 24, 2025
Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
9c780ec
jiasli
approved these changes
Jun 24, 2025
necusjz
approved these changes
Jun 24, 2025
yanzhudd
approved these changes
Jun 24, 2025
kairu-ms
approved these changes
Jun 24, 2025
bebound
approved these changes
Jun 24, 2025
wangzelin007
approved these changes
Jun 24, 2025
zhoxing-ms
approved these changes
Jun 24, 2025
Member
|
@microsoft-github-policy-service rerun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure CLI version.